home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
dragracer.swf
/
scripts
/
DefineButton2_1617
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-06
|
266 b
|
13 lines
on(release){
if(_root.player.cash - cost > 0)
{
_root.player.cash -= cost;
_root.buyItem(_root.car,PROPERTY,-75);
_root.attachMovie("WRENCH","wrench111",747);
}
else
{
_root.prompt("E","Not Enough Cash!",3);
}
}